Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update all dependencies #1745

Merged
merged 2 commits into from
Sep 21, 2020
Merged

fix(deps): update all dependencies #1745

merged 2 commits into from
Sep 21, 2020

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 21, 2020

This PR contains the following updates:

Package Type Update Change
@​commercetools-uikit/multiline-text-field dependencies minor 10.33.0 -> 10.34.1
@​commercetools-uikit/select-field dependencies minor 10.33.0 -> 10.34.0
@​commercetools-uikit/text-field dependencies minor 10.33.0 -> 10.34.1
@​commercetools-uikit/text-input dependencies minor 10.32.0 -> 10.34.1
@formatjs/cli devDependencies patch 2.11.2 -> 2.11.3
@mdx-js/mdx (source) resolutions patch 1.6.16 -> 1.6.18
@mdx-js/react (source) resolutions patch 1.6.16 -> 1.6.18
@rollup/plugin-commonjs devDependencies minor 15.0.0 -> 15.1.0
@sentry/browser dependencies minor 5.23.0 -> 5.24.2
@sentry/node dependencies minor 5.23.0 -> 5.24.2
@sentry/types resolutions minor 5.23.0 -> 5.24.2
@types/node dependencies minor 14.10.0 -> 14.11.1
@types/node devDependencies minor 14.10.0 -> 14.11.1
@types/webpack-env devDependencies patch 1.15.2 -> 1.15.3
@typescript-eslint/eslint-plugin devDependencies patch 4.1.0 -> 4.1.1
@typescript-eslint/parser devDependencies patch 4.1.0 -> 4.1.1
browserslist dependencies patch 4.14.2 -> 4.14.3
cypress resolutions minor 5.1.0 -> 5.2.0
cypress devDependencies minor 5.1.0 -> 5.2.0
eslint-plugin-jest devDependencies patch 24.0.1 -> 24.0.2
eslint-plugin-testing-library devDependencies minor 3.8.0 -> 3.9.0
gatsby (changelog) dependencies patch 2.24.57 -> 2.24.63
gatsby-cli dependencies patch 2.12.95 -> 2.12.99
gatsby-link resolutions patch 2.4.13 -> 2.4.14
gatsby-plugin-emotion dependencies patch 4.3.10 -> 4.3.11
gatsby-plugin-emotion devDependencies patch 4.3.10 -> 4.3.11
gatsby-plugin-mdx devDependencies patch 1.2.39 -> 1.2.40
gatsby-source-filesystem dependencies patch 2.3.29 -> 2.3.30
intl-messageformat-parser devDependencies patch 6.0.6 -> 6.0.7
intl-messageformat-parser resolutions patch 6.0.6 -> 6.0.7
lint-staged devDependencies minor 10.3.0 -> 10.4.0
postcss (source) dependencies patch 7.0.32 -> 7.0.34
postcss (source) devDependencies patch 7.0.32 -> 7.0.34
postcss-custom-properties dependencies minor 9.1.1 -> 9.2.0
postcss-custom-properties devDependencies minor 9.1.1 -> 9.2.0
postcss-load-config dependencies patch 2.1.0 -> 2.1.1
prettier (source) devDependencies patch 2.1.1 -> 2.1.2
react-intl (source) dependencies patch 5.8.1 -> 5.8.2
react-intl (source) devDependencies patch 5.8.1 -> 5.8.2
react-intl (source) resolutions patch 5.8.1 -> 5.8.2
rollup (source) devDependencies minor 2.26.11 -> 2.28.1
sharp resolutions patch 0.26.0 -> 0.26.1
start-server-and-test devDependencies patch 1.11.3 -> 1.11.4
terser-webpack-plugin dependencies patch 4.2.0 -> 4.2.2
ts-jest (source) dependencies minor 26.3.0 -> 26.4.0
webpack dependencies patch 4.44.1 -> 4.44.2
webpack-bundle-analyzer dependencies minor 3.8.0 -> 3.9.0

Release Notes

formatjs/formatjs

v2.11.3

Compare Source

mdx-js/mdx

v1.6.18

Compare Source

v1.6.17

Compare Source

getsentry/sentry-javascript

v5.24.2

Compare Source

  • [utils] fix: Check that performance is available before calling it in RN (#​2924)

v5.24.1

Compare Source

  • [types] fix: Remove Location type to avoid dom lib dependency (#​2922)

v5.24.0

Compare Source

  • [angular] fix: Make sure that message exist before returning it in angular error handler (#​2903)
  • [integrations] feat: Add referrer to data collected by UserAgent integration (#​2912)
  • [core] fix: Make sure that body is not exposed in the breadcrumb by default (#​2911)
  • [core] feat: Give access to XHR requests body in breadcrumb hint (#​2904)
  • [core] fix: Add a wrapper around performance for React Native (#​2915)
  • [integrations] fix: Make Vue tracing options optional (#​2897)
  • [integrations] ref: Remove unnecessary eventID check in offline integration (#​2890)
  • [tracing] feat: Add hook for trace sampling function to SDK options (#​2820)
typescript-eslint/typescript-eslint

v4.1.1

Compare Source

Bug Fixes
  • eslint-plugin: [naming-convention] allow an array of selectors with types and modifiers (#​2415) (7ca54c3)
  • eslint-plugin: [no-implied-eval] handle the Function type (#​2435) (e1401dc)
  • eslint-plugin: [no-unused-vars] better handling for declared modules (#​2553) (02d72d4), closes #​2523
  • eslint-plugin: [no-use-before-define] false positive for function type arguments (#​2554) (189162d), closes #​2527
  • eslint-plugin: [prefer-function-type] handle this return (#​2437) (7c6fcee)
  • eslint-plugin: [return-await] don't error for in-try-catch if the return is in a catch without a finally (#​2356) (efdd521)
  • types: artificial fix needed to trigger release (b577daf)
  • types: artificial fix needed to trigger release (fc62ba8)
browserslist/browserslist

v4.14.3

Compare Source

  • Update Firefox ESR.
cypress-io/cypress

v5.2.0

Compare Source

Released 9/15/2020

Features:

  • Added the configuration option includeShadowDom for enabling shadow DOM querying globally, per-suite, per-test, or programmatically. Addresses #​8442.
  • Added a followRedirect option to request interception with cy.route2(), allowing redirects to be followed before continuing to response interception. Addresses #​7967.
  • Added the capability to specify delayMs and throttleKbps when stubbing static responses with cy.route2(). Addresses #​7661.
  • Installing Cypress pre-releases no longer requires setting the CYPRESS_BINARY_INSTALL environment variable. Addresses #​8482.

Performance Improvements:

  • Fixed a performance issue which led to CPU bottlenecking during Cypress runs. Addresses #​8012 and #​8297.

Bugfixes:

  • Fixed an issue where using TypeScript path aliases in the plugins file would error. Addresses #​8555.
  • Fixed an issue where using cy.contains() within a shadow root would not yield the correct element. Addresses #​8494.
  • Fixed an issue where querying the shadow DOM in a cy.within() callback would throw the error root.getRootNode is not a function. Addresses #​8478.
  • Fixed an issue with cy.type() {moveToStart}/{moveToEnd} special characters moving the cursor to the current line instead of the entire text editable when typing in a contenteditable element. Addresses #​8465.
  • Fixed an issue where typing into a manually-focused number input would prepend the number instead of appending it. Addresses #​7170.
  • cy.type() now fires a KeyboardEvent event instead of an Event event. Addresses #​6125 and #​5650.
  • Fixed long selectors in the selector playground text input overflowing other page elements. Addresses #​8247 and #​4184.
  • Fixed an issue where assertions on cy.getCookie() would be called twice. Addresses #​6672.
  • Fixed an issue that caused the "Open in IDE" button on hooks and tests not to appear in Firefox. Addresses #​8257.
  • Fixed an issue causing Cypress to hang on test retry in run mode with certain assertions. Addresses #​8363.

Documentation Changes:

  • Fixed examples of delaying and throttling responses with cy.route2(). Addresses #​8489.
  • Added examples of using a response function with cy.route2(). Addresses #​8468.
  • Removed unmaintained languages. English docs is the only supported language by the Cypress team. We greatly appreciate the contributions from the community for other languages, but these docs are largely stale, unmaintained, and partial. The Cypress team will seek out more scalable docs internalization implementation in the future.

Misc:

  • The experimentalShadowDomSupport configuration flag has been removed. It is no longer necessary to enable shadow DOM testing.
  • Improved the error message when the subject provided to cy.shadow() is not a shadow host. Addresses #​8530.
  • Improved the error message when the Cypress binary is not executable. It now recommends trying to clear the cache and re-install. Addresses #​8397.
  • Added missing type declarations for the cy.route2() command.
  • Updated the type declaration for Cypress.Commands.add(), adding Promise to the list of allowed return types. Addresses #​7807.
jest-community/eslint-plugin-jest

v24.0.2

Compare Source

Bug Fixes
testing-library/eslint-plugin-testing-library

v3.9.0

Compare Source

Features
gatsbyjs/gatsby

v2.24.63

Compare Source

v2.24.62

Compare Source

v2.24.61

Compare Source

v2.24.60

Compare Source

v2.24.59

Compare Source

v2.24.58

Compare Source

okonet/lint-staged

v10.4.0

Compare Source

Features
postcss/postcss

v7.0.34

Compare Source

  • Fix compatibility with postcss-scss 2.

v7.0.33

Compare Source

  • Add error message for PostCSS 8 plugins.
postcss/postcss-custom-properties

v9.2.0

Compare Source

  • Added: Export variables to SCSS file (#​212)
  • Added: Support for ".pcss" file resolution in importFrom (#​211)
  • Fixed: Allow combined selectors (#​199)
  • Fixed: Bug with spaces and commas in value (#​222)
  • Fixed: importFrom priority (#​222)
michael-ciniawsky/postcss-load-config

v2.1.1

Compare Source

Bug Fixes
  • plugins: fix PostCSS 8 plugin support (#​177)
prettier/prettier

v2.1.2

Compare Source

diff

Fix formatting for directives in fields (#​9116 by @​sosukesuzuki)
rollup/rollup

v2.28.1

Compare Source

2020-09-21

Bug Fixes
  • Fix a path slash issue when using the preserveModulesRoot option on Windows (#​3791)
Pull Requests

v2.28.0

Compare Source

2020-09-21

Features
  • Add an option to treat modules at a given path as located at root when preserving modules (#​3786)
Pull Requests

v2.27.1

Compare Source

2020-09-17

Bug Fixes
  • Do not fail when using ES module imports in symlinked config files (#​3783)
Pull Requests

v2.27.0

Compare Source

2020-09-16

Features
  • Support specifying a file extension when reading from stdin (#​3775)
Bug Fixes
  • Do not break logic if a branch with hoisted variables is tree-shaken in an else-if statement (#​3782)
Pull Requests
lovell/sharp

v0.26.1

Compare Source

bahmutov/start-server-and-test

v1.11.4

Compare Source

Bug Fixes
  • deps: update dependency debug to v4.2.0 (6a72aa7)
webpack-contrib/terser-webpack-plugin

v4.2.2

Compare Source

v4.2.1

Compare Source

kulshekhar/ts-jest

v26.4.0

Compare Source

Bug Fixes
Features
Performance Improvements
  • compiler: remove createProgram for isolatedModules: true to boost startup speed (#​1941) (dd84534)
webpack/webpack

v4.44.2

Compare Source

Bugfixes

  • make sure to generate correct chunk connection for blocks that are only connected in some runtimes
    • fixes a bug where filename contains undefined hash at runtime
webpack-contrib/webpack-bundle-analyzer

v3.9.0

Compare Source


Renovate configuration

📅 Schedule: "before 3am on Monday" (UTC).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot added the 🤖 Type: Dependencies Dependency updates or something similar label Sep 21, 2020
@changeset-bot
Copy link

changeset-bot bot commented Sep 21, 2020

🦋 Changeset is good to go

Latest commit: 8c1880d

We got this.

This PR includes changesets to release 18 packages
Name Type
merchant-center-application-template-starter Patch
@commercetools-backend/express Patch
@commercetools-backend/loggers Patch
@commercetools-frontend/application-components Patch
@commercetools-frontend/application-shell Patch
@commercetools-frontend/i18n Patch
@commercetools-frontend/jest-preset-mc-app Patch
@commercetools-frontend/jest-stylelint-runner Patch
@commercetools-frontend/mc-scripts Patch
@commercetools-frontend/react-notifications Patch
@commercetools-frontend/sentry Patch
playground Patch
@commercetools-local/visual-testing-app Patch
@commercetools-website/custom-applications Patch
@commercetools-website/components-playground Patch
@commercetools-frontend/application-shell-connectors Patch
@commercetools-frontend/l10n Patch
@commercetools-frontend/permissions Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@vercel
Copy link

vercel bot commented Sep 21, 2020

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/commercetools/merchant-center-application-kit/ircxtz1td
✅ Preview: https://merchant-center-application-kit-git-renovate-all.commercetools.vercel.app

@vercel vercel bot temporarily deployed to Preview September 21, 2020 05:21 Inactive
@vercel vercel bot temporarily deployed to Preview September 21, 2020 05:40 Inactive
@vercel vercel bot temporarily deployed to Preview September 21, 2020 07:36 Inactive
@vercel vercel bot temporarily deployed to Preview September 21, 2020 07:36 Inactive
@vercel vercel bot temporarily deployed to Preview September 21, 2020 07:37 Inactive
@tdeekens tdeekens added the 🚀 Status: ship it Triggers an merge if rules match via bot label Sep 21, 2020
@kodiakhq kodiakhq bot merged commit 786c697 into master Sep 21, 2020
@kodiakhq kodiakhq bot deleted the renovate/all branch September 21, 2020 07:55
@ghost ghost mentioned this pull request Sep 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🚀 Status: ship it Triggers an merge if rules match via bot 🤖 Type: Dependencies Dependency updates or something similar
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants